From 62d02168461cf0d87d4cfbcc741afffc9b8f4cee Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 21 Sep 2008 15:51:55 +0000 Subject: [PATCH] Add doc for exif options. --- xmldoc/formats/exif.xml | 4 ++-- xmldoc/formats/options/exif-frame.xml | 16 ++++++++++++++++ xmldoc/formats/options/exif-name.xml | 9 +++++++++ xmldoc/formats/options/exif-overwrite.xml | 6 ++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 xmldoc/formats/options/exif-frame.xml create mode 100644 xmldoc/formats/options/exif-name.xml create mode 100644 xmldoc/formats/options/exif-overwrite.xml diff --git a/xmldoc/formats/exif.xml b/xmldoc/formats/exif.xml index 4d6958638..d8d1bc48b 100644 --- a/xmldoc/formats/exif.xml +++ b/xmldoc/formats/exif.xml @@ -1,6 +1,6 @@ - This format reads GPS information embedded in - EXIF , + This format reads and writes GPS information embedded in + EXIF, the Exchangeable Image Format, data. EXIF is a standardized method of encoding data in pictures such as JPEG, TIFF, and WAV and is frequently used by mobile phones with cameras, cameras with built-in GPS. diff --git a/xmldoc/formats/options/exif-frame.xml b/xmldoc/formats/options/exif-frame.xml new file mode 100644 index 000000000..c0014ceda --- /dev/null +++ b/xmldoc/formats/options/exif-frame.xml @@ -0,0 +1,16 @@ + + Frame means the maximum time difference that we accept between the EXIF time information + of a picture and the timestamp of a track-, route- and waypoint used for tagging. + Without this option the maximum time frame is 10 seconds. + + + gpsbabel -i gpx -f holiday.gpx -o exif,frame=60 -F IMG0784.JPG + + + If the camera time wasn't adjusted, you should move the track(s) by the this difference. + I.e. if the camera time is five minutes behind your time, the track(s) should be shifted + five minutes back. + + + gpsbabel -i gpx -f holiday.gpx -x track,move=-5m -o exif,frame=60 -F IMG0784.JPG + diff --git a/xmldoc/formats/options/exif-name.xml b/xmldoc/formats/options/exif-name.xml new file mode 100644 index 000000000..0ad934ef9 --- /dev/null +++ b/xmldoc/formats/options/exif-name.xml @@ -0,0 +1,9 @@ + + When you specify a name with this option we're looking for a waypoint + with this name. And, if found, the GPS information of this point is used + for tagging the image file. + + + gpsbabel -i gpx -f holiday.gpx -o exif,name="On the beach" -F IMG0786.JPG + + diff --git a/xmldoc/formats/options/exif-overwrite.xml b/xmldoc/formats/options/exif-overwrite.xml new file mode 100644 index 000000000..155320836 --- /dev/null +++ b/xmldoc/formats/options/exif-overwrite.xml @@ -0,0 +1,6 @@ + + In the default case GPSBabel reads the output file (the file that should be + tagged with GPS information) and then creates a new file with an additional + .JPG extension. With this option in a final step the original file will be + deleted and the new file renamed as the original filename. + -- 2.30.2